Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: support for microsoft.dft target #540

Merged
merged 5 commits into from
Jan 2, 2024

Conversation

kikomiss
Copy link
Contributor

Usage:

workspace = Workspace(resource_id = workspace_resouce_id, location = workspace_location)

target = workspace.get_targets("microsoft.dft")

dft_input_params = {...}

with open("./molecule.xyz", "r") as file:
    job = target.submit(input_data=file.read(), input_params=dft_input_params)
    results = job.get_results()
    print(results[0]["return_result"])

@kikomiss kikomiss requested a review from a team as a code owner December 20, 2023 06:56
@kikomiss kikomiss requested a review from ashwinmayya December 20, 2023 06:56
@kikomiss kikomiss requested a review from masenol December 20, 2023 19:01
@kikomiss kikomiss requested a review from ashwinmayya December 21, 2023 00:55
Copy link
Contributor

@ashwinmayya ashwinmayya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left some comments

azure-quantum/azure/quantum/job/base_job.py Outdated Show resolved Hide resolved
azure-quantum/azure/quantum/job/job.py Outdated Show resolved Hide resolved
@kikomiss kikomiss merged commit f493a12 into main Jan 2, 2024
5 checks passed
@kikomiss kikomiss deleted the users/kikomiss/features/support-for-dft-jobs branch January 2, 2024 18:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants